#!/bin/sh
cd "$FOLDER_PATH"
ls -l "$@"
cat

